@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Cybersky";
  src: url("/assets/fonts/Cybersky Free Trial.ttf") format("truetype");
}

@font-face {
  font-family: "ArtificialIntelligence";
  src: url("/assets/fonts/ArtificialIntelligencePersonalUseRegular-9YJV2.otf")
    format("truetype");
}

@font-face {
  font-family: "Castahar";
  src: url("/assets/fonts/castahar.otf") format("truetype");
}

@font-face {
  font-family: "Moonstrike";
  src: url("/assets/fonts/Moonstrike-nRqzP.otf") format("truetype");
}

@font-face {
  font-family: "FurianCompact";
  src: url("/assets/fonts/FurianCompact.otf") format("truetype");
}

* {
  padding: 0;
  margin: 0;
  font-family: "Overpass", sans-serif;
  font-size: 1rem;
  z-index: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.line {
  border: 2px solid #484b6a;
  border-radius: 3px;
}

body.darkmode .line {
  border: 2px solid #6e6e6e;
}

/* Links */
.link {
  text-decoration: none;
  color: #484b6a;
}

.link:hover {
  cursor: pointer;
  color: #b6b6b6;
}

body.darkmode .link:hover {
  cursor: pointer;
  color: #b6b6b6;
}

.link:visited:not(.navigation_items > a) {
  color: #484b6a;
}

body.darkmode .link:visited:not(.navigation_items > a) {
  color: #ffffff;
}

body.darkmode .link {
  color: #ffffff;
}

body {
  width: 100%;
  color: #484b6a;
}

body.darkmode {
  background: #262527;
  color: #ffffff;
}

h2 {
  font-size: 2.1em;
  text-align: center;
}

.image {
  cursor: zoom-in;
}

.btn {
  cursor: pointer;
  border-radius: 5px;
  border: none;
  background-color: #484b6a;
  color: #ffffff !important;
  padding: 10px 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background-color: #535568;
  box-shadow: 0 0 6px 1px #484b6a;
}

body.darkmode .btn {
  background-color: #ffffff;
  border: none;
  color: #484b6a !important;
}

body.darkmode .btn:hover {
  background-color: #dadada;
  box-shadow: 0 0 6px 1px #ffffff;
}

/* Header */
.header {
  background: #fef7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 250px;
}

body.darkmode .header {
  background: #1d1b20;
}

/* ARV Logo */
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw * 0.2);
}

.main_logo {
  width: auto;
  height: 200px;
}

body .arv_main_logo.dark {
  display: none;
}

body.darkmode .arv_main_logo.dark {
  display: block;
}

body.darkmode .arv_main_logo.light {
  display: none;
}

/* Bread Crumb */
.header_menu {
  width: calc(100vw * 0.75);
  display: flex;
  align-items: center;
  height: 100%;
}

/* Buttons */
.download_buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100vw * 0.2);
  gap: 10px;
  height: 100%;
}

.header_download_link_tag {
  background: #000000;
  border-radius: 10px;
  width: calc(100% - 20px);
  width: 250px;
  height: 55px;
  text-align: center;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_download_button {
  border-radius: 5px;
  width: 170px;
  height: 50px;
}

/* Logins */
.logins {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100vw * 0.2);
  height: 100%;
  gap: 10px;
  padding: 0 10px;
}

/* Sub container inside logins */
.logins {
  width: calc(100vw * 0.2);
}

.login {
  background: #58585828;
  padding: 8px 20px;
  border-radius: 10px;
  cursor: pointer;
}

.login_container {
  display: flex;
  align-items: center;
  width: 170px;
  margin: auto;
  gap: 10px;
}

/* .login > * {
  margin: auto;
} */

.login:hover {
  box-shadow: 0 0 2px 2px #81818177;
}

.login_icons {
  width: 40px;
  height: 40px;
}

.retailer_login_text {
  margin-right: 10px;
}

.login_text {
  font-style: normal;
  font-size: 0.8em;
  white-space: nowrap;
  transition: all 0.5s linear;
}

.login_text > span {
  font-size: 1.3em;
  display: block;
  font-weight: bolder;
}

/* Header Contact */
.header_contact {
  display: flex;
  white-space: nowrap;
  align-content: flex-start;
  margin-right: 20px;
  width: calc(100vw * 0.4);
  height: 100%;
  gap: 10px;
}

.left_header_contact,
.right_header_contact {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

.left_header_contact {
  padding-left: 30px;
}

/* Sales Hotline */
.phone_contact_header {
  display: flex;
  align-items: center;
}

.header_contact_info > a {
  display: block;
}

.whatsapp,
.header_email_button {
  width: min-content;
}

.whatsapp_link,
.header_email_button_link {
  width: 220px;
  height: 70px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.whatsapp_link {
  background-color: #52ba63;
}

.header_email_button_link {
  background-color: #e02241;
}

/* Whatsapp Image */
.header_whatsapp_link_image,
.header_email_btn_image {
  width: 180px;
  height: 60px;
}

/* Header Email */
.header_email {
  display: flex;
  align-items: center;
  height: 43px;
}

.header_email_icon {
  margin-right: 9px;
}

/* Bread Crumb Button */
.header_menu_btn {
  width: 100%;
  height: 30px;
  background: #e02241;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

body.darkmode .header_menu_btn {
  background-color: #007d3a;
}

.header_menu_btn > img {
  transform: rotate(90deg);
  text-align: center;
  transition: transform 0.3s linear;
}

.header_menu_btn.expanded > img {
  transform: rotate(-90deg);
}

/* Navigation Bar */
.navigation_bar {
  position: sticky;
  display: flex;
  background-color: #007d3a;
  top: -1px;
  height: 50px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 4px #0000004d;
}

body.darkmode .navigation_bar {
  background-color: #e02241;
}

.navigation_items {
  margin: auto;
  text-align: center;
}

.nav_link {
  align-items: center;
  padding: 10px;
  font-weight: 700;
  color: #ffffff;
}

/* Darkmode Toggle Button */
.darkmode_toggle {
  display: flex;
  margin-right: 30px;
}

.darkmode_button {
  width: 44px;
  height: 22px;
  background-color: #d7d5d5;
  border-radius: 19px;
  margin: auto;
  position: relative;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 1.5s;
}

body.darkmode .darkmode_button {
  background-color: #5d5a5a;
}

.darkmode_button {
  background-color: #d7d5d5;
}

.darkmode_button .circle {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background-color: #5d5a5a;
  position: absolute;
  transform: translateX(3px);
  top: 3.5px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
}

body.darkmode .darkmode_button .circle {
  transform: translateX(25px);
  background-color: #d9d9d9;
}

.darkmode_button .moon_icon {
  display: none;
}

body.darkmode .darkmode_button .moon_icon {
  display: inline;
}

.darkmode_button .sun_icon {
  display: inline;
}

body.darkmode .darkmode_button .sun_icon {
  display: none;
}

/* Burger Menu */
.burger_btn {
  width: 15px;
  height: 15px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.5s linear;
}

.burger_btn_middle_line {
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.2s linear;
}

.burger_btn::before {
  content: "";
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.2s linear;
}

.burger_btn::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.2s linear;
}

.burger_btn.expanded > .burger_btn_middle_line {
  opacity: 0;
}

.burger_btn.expanded::before {
  transform: rotate(50deg);
  transform-origin: left;
}

.burger_btn.expanded::after {
  transform: rotate(-50deg) translate(1px, -1.5px);
  transform-origin: left;
}

/* Content */

/* Intro Section */
.intro_section {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 70px;
  height: 500px;
}

.intro_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/intro_background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0.8; */
  z-index: -1;
}

.intro_section * {
  z-index: -1;
  color: #ffffff;
  text-shadow: 4px 4px 10px rgb(0, 0, 0);
  user-select: none;
}

.intro_section_content {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 15px 20px;
}

.intro_main_title {
  font-family: "Castahar", sans-serif;
  font-size: 100px;
  font-weight: 100;
  text-wrap: nowrap;
}

.intro_sub_title {
  font-size: 35px;
  font-weight: 1000;
  align-self: flex-end;
  text-wrap: nowrap;
}

.intro_sub_title > span {
  display: inline;
  font-size: 70px;
}

.intro_text {
  font-size: 20px;
  align-self: flex-end;
  text-align: start;
  font-weight: 1000;
  width: 510px;
  /* margin-left: 40%; */
}

/* Solution */
.solution_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 70px 0;
  height: max-content;
}

/* Carousel */
.carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carousel_slider {
  width: 100%;
  height: 404.8px;
}

.carousel_slider_images {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel_images {
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 #79797983;
  transition: 0.3s all ease-in;
  object-fit: cover;
  background: linear-gradient(90deg, #2f3944, #414d5a);
}

body.darkmode .carousel_images {
  box-shadow: 0 4px 10px 0 #0a0a0a83;
}

.carousel_images.active {
  width: 649.6px;
  height: 284px;
  /* aspect-ratio: 228.7 / 100; */
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-top: -142px;
  /* Half the height */
  margin-left: -324.8px;
  /* Half the width */
}

.carousel_images.active:hover {
  transform: scale(1.1);
}

.inactive,
.upcoming {
  width: 521px;
  height: 220px;
  z-index: 2;
  top: 50%;
  margin-top: -110px;
  /* Half the height */
}

.inactive {
  left: calc(50% - 424.8px);
}

.upcoming {
  left: calc(50% - 96.2px);
}

.far_inactive,
.far_upcoming {
  width: 393.6px;
  height: 156px;
  z-index: 1;
  top: 50%;
  margin-top: -78px;
  /* Half the height */
}

.far_inactive {
  left: calc(50% - 474.8px);
}

.far_upcoming {
  left: calc(50% + 81.2px);
}

.carousel_images.hidden {
  left: 50%;
  width: 393.6px;
  height: 156px;
  top: 50%;
  z-index: 0;
  margin-left: -196.8px;
  margin-top: -78px;
}

/* Prodcut Description */
.solution_descriptions {
  text-align: justify;
  height: 100px;
}

.solution_desc {
  margin: auto;
  width: 50%;
  font-size: 1rem;
}

.solution_desc:not(.active) {
  display: none;
}

/* Carousel Arrows */
.slide_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.arrows {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

/* Indicators */
.image_active_indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.image_indicators {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5b5a5c;
  /* cursor: pointer; */
}

/* .image_indicators:hover {
    width: 10px;
    height: 10px;
} */

.image_indicators.active {
  background-color: #7b61ff;
}

/* News */
.news_section {
  padding: 70px 250px;
  text-align: center;
  background-color: rgba(72, 75, 106, 0.1);
}

body.darkmode .news_section {
  background-color: rgba(255, 255, 255, 0.1);
}

.news_sub_text {
  margin: 30px 0 50px;
  font-size: 18px;
  text-align: center;
}

.blog_posts {
  margin-bottom: 50px;
}

.blog_post {
  display: grid;
  /* grid-template-columns: auto; */
  grid-template-rows: 1fr 30px 1fr 50px;
  grid-template-areas:
    "post-image post-title"
    "post-image blog-posted-date"
    "post-image post-content"
    "blog-line  blog-line";
  align-items: start;
  justify-items: start;
  gap: 0 50px;
}

.blog_post:nth-of-type(even) {
  grid-template-areas:
    "post-title post-image"
    "blog-posted-date post-image"
    "post-content post-image"
    "blog-line blog-line";
}

.blog_post:nth-of-type(even) .blog_image {
  justify-self: end;
}

.blog_post::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #6e6e6e;
  margin-top: 20px;
  grid-area: blog-line;
}

.blog_post:last-child {
  margin: 0;
}

.blog_image {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  grid-area: post-image;
  grid-row: span 4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.blog_title {
  font-size: 1.5em;
  text-align: left;
  word-wrap: break-word;
  /* Ensures long words wrap to the next line */
  word-break: break-word;
  /* Handles text-breaking for long unbreakable content */
  overflow-wrap: break-word;
  /* Preferred modern property for text wrapping */
  max-width: 100%;
}

.blog_posted_date {
  font-size: 12px;
  grid-area: blog-posted-date;
  grid-row: span 1;
}

.blog_content_container {
  grid-area: post-content;
}

.blog_content {
  text-align: left;
  line-height: 1.5;
  font-size: 1em;
  text-align: left;
  word-wrap: break-word;
  /* Ensures long words wrap to the next line */
  word-break: break-word;
  /* Handles text-breaking for long unbreakable content */
  overflow-wrap: break-word;
  /* Preferred modern property for text wrapping */
  margin-top: 20px;
}

.show_more_btn {
  border: none;
  color: #0400ff;
  background: none;
  font-weight: 600;
  cursor: pointer;
}

.show_more_btn:hover {
  color: #0400ff75;
}

/* Gallery */
.gallery_section {
  padding: 70px 250px 20px 250px;
  text-align: center;
  height: max-content;
}

.gallery_container {
  margin: 30px 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  place-items: center;
  justify-items: center;
}

.gallery_image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}

.gallery_image:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 8px rgba(0, 0, 0, 0.2);
}

/* Videos */
.videos_section {
  padding: 70px 250px 0 250px;
}

#video_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  gap: 50px;
  justify-items: center;
}

.video_item_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 5px;
}

.video_item_container  > iframe {
  width: 100%;
  border-radius: 10px;
}

.video_title_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.share_button_container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  height: max-content;
}

.video_share_button {
  filter: invert(29%) sepia(15%) saturate(657%) hue-rotate(171deg) brightness(92%) contrast(90%);
}

.share_button_container:hover {
  background: #9e9e9e2a;
}

.video_title_link {
  margin-top: 5px;
  font-size: 1.5em;
  color: #2f3944;
  font-weight: bold;
  text-decoration: none;
}

.video_title_link:hover {
  color: #2f394483;
}

body.darkmode .video_title_link {
  color: #ffffff;
}

body.darkmode .video_title_link:hover {
  color: #ffffffb0;
}

.video_description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
  color: #2f39449d;
  word-break: break-all;
}

.video_description:hover {
  color: #2f394483;
}

body.darkmode .video_description {
  color: #ffffff;
}

body.darkmode .video_description:hover {
  color: #ffffffb0;
}

.video_description_overlay_container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_description_overlay_background {
  position: absolute;
  background-color: #00000044;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_description_overlay_content {
  background-color: #e2e2e2;
  position: relative;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  word-break: break-all;
}

body.darkmode .video_description_overlay_content {
  background-color: #2f3944;
}

.video_description_overlay_close_button {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.video_descroption_overlay_title {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.more_videos {
  margin-top: 30px;
  text-align: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.more_videos_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  color: #414d5a;
  gap: 5px;
  font-weight: bold;
}

body.darkmode .more_videos_link {
  color: #bbbbbb;
}

.more_videos_link > .arrow_right {
  size: 15px;
  transition: all 0.1s linear;
  filter: invert(29%) sepia(15%) saturate(657%) hue-rotate(171deg) brightness(92%) contrast(90%);
}

body.darkmode .more_videos_link > .arrow_right {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(101%);
}

.more_videos_link:hover > .arrow_right {
  transform: translateX(5px);
}

.more_videos_link:hover {
  opacity: 0.7;
}


/* Download Section */
.download_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 50px 0 0 0;
}

.download_section_text {
  text-align: center;
}

.download_section_title {
  margin-bottom: 10px;
}

.download_section_caption {
  font-size: 14px;
}

.download_section_buttons {
  display: flex;
  gap: 30px;
  align-items: center;
}

.download_section_button_images {
  width: 210px;
  aspect-ratio: 1 / 0.3;
  filter: drop-shadow(0 2px 3px #5b5a5c44);
}

/* User Agreement Form */
.user_agreement_form {
  width: 100%;
  height: max-content;
  padding: 50px 250px;
}

.user_agreement_content {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 0 10px #df2241;
}

.user_agreement_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.form_icon {
  width: 100px;
  height: 100px;
  filter: invert(29%) sepia(23%) saturate(789%) hue-rotate(196deg)
    brightness(85%) contrast(82%);
  transform: translateX(10px);
}

body.darkmode .form_icon {
  filter: invert(100%) sepia(100%) saturate(24%) hue-rotate(57deg)
    brightness(106%) contrast(106%);
}

/* FAQ section */
.faq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 70px 250px;
  padding-bottom: 0;
}

.faq_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.faq_title_text {
  text-align: center;
}

.faq_main_section {
  width: 90%;
}

/* FAQ Item */
.faq_item {
  width: 100%;
  cursor: pointer;
}

.faq_item.expanded > .faq_answer {
  height: max-content;
}

/* FAQ Questions */
.faq_question {
  background-color: #edeff1;
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

body.darkmode .faq_question {
  color: #000000;
}

.faq_question:hover {
  box-shadow: 0 0 4px #00000062;
}

.faq_icon {
  width: 15px;
  height: 15px;
  filter: invert(27%) sepia(14%) saturate(1212%) hue-rotate(197deg)
    brightness(95%) contrast(84%);
}

.faq_icon.minus {
  display: none;
}

.faq_item.expanded .faq_icon.plus {
  display: none;
}

.faq_item.expanded .faq_icon.minus {
  display: block;
}

/* FAQ Answer */
.faq_answer {
  padding: 0 10px;
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
  text-align: justify;
}

/* .faq_card {
    display: flex;
    background: rgba(217, 217, 217, 0.527);
    border-radius: 47px;
    padding: 50px 50px;
    gap: 50px;
    height: 400px;
    box-shadow: 0 0 4px 0 #0000003d;
}

body.darkmode .faq_card {
    background: rgb(217, 217, 217, 0.15);
} */

/* FAQ Questions Container */
/* .faq_questions {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 40%;
    gap: 25px;
    overflow-y: scroll;
    padding-right: 10px;
}

.faq_questions::-webkit-scrollbar {
    width: 3px;
    background-color: #e8e8ec;
    margin-left: 10px;
    border-radius: 5px;
    opacity: 0.5;
}

.faq_questions::-webkit-scrollbar-thumb {
    background-color: #484B6A;
}

body.darkmode .faq_questions::-webkit-scrollbar-thumb {
    background-color: #6E6E6E;
} */

/* FAQ Question Single Item Containers */
/* .faq_ques {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    width: 100%;
}

.faq_ques:hover>.faq_ques_arrow {
    filter: invert(46%) sepia(4%) saturate(26%) hue-rotate(29deg) brightness(92%) contrast(90%);
} */

/* Question hover on lightmode */
/* .faq_ques:not(.active):hover>.faq_ques_text {
    color: #6E6E6E;
}

.faq_ques>* {
    flex: 1 1;
}

.faq_ques_text {
    font-size: 0.9em;
} */

/* FAQ Question Arrow */
/* .faq_ques_arrow {
    width: 20px;
    height: 20px;
    flex-grow: 0;
    margin-left: 10px;
    filter: invert(46%) sepia(4%) saturate(26%) hue-rotate(29deg) brightness(92%) contrast(90%);
}

body.darkmode .faq_ques_arrow {
    filter: none;
} */

/* Question active on lightmode */
/* .faq_ques.active .faq_ques_arrow {
    filter: invert();
} */

/* Question active on darkmode */
/* body.darkmode .faq_ques.active .faq_ques_arrow {
    filter: invert(46%) sepia(4%) saturate(26%) hue-rotate(29deg) brightness(92%) contrast(90%);
}

.faq_ques.active .faq_ques_text {
    font-weight: bold;
}

body.darkmode .faq_ques.active .faq_ques_text {
    color: #6E6E6E;
    font-weight: bold;
}

.faq_ques::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #484B6A;
    opacity: 0.3;
    flex: 1 1 100%;
    order: 3;
    margin-top: 25px;
}

body.darkmode .faq_ques::after {
    background: #6E6E6E;
}

.faq_ques:last-child::after {
    display: none;
} */

/* FAQ Answers */
/* .faq_answers {
    width: 50%;
    overflow-y: auto;
}

.faq_answers::-webkit-scrollbar {
    width: 3px;
    background-color: #e8e8ec;
    margin-left: 10px;
    border-radius: 5px;
    opacity: 0.5;
}

.faq_answers::-webkit-scrollbar-thumb {
    background-color: #484B6A;
}

body.darkmode .faq_answers::-webkit-scrollbar-thumb {
    background-color: #6E6E6E;
} */

/* .faq_ans {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    flex-direction: column;
}

.faq_ans:not(.active) {
    display: none;
}

.faq_ans_title {
    font-weight: bold;
} */

/* About Us */
.about_us {
  padding: 70px 250px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: justify;
}

.about_sub_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_us_sub_title {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
}

.about_us_sub_desc {
  width: 100%;
}

.about_sub_image {
  width: 40%;
}

/* Contact Us */
.contact_us {
  background-color: rgba(72, 75, 106, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 200px;
  gap: 30px;
}

body.darkmode .contact_us {
  background: rgba(255, 255, 255, 0.1);
}

.contact_us_left {
  width: 50%;
  padding-left: 100px;
  text-align: start;
}

.contact_us_logo {
  text-align: start;
}

.contact_us_logo_img {
  width: auto;
  height: 190px;
  object-fit: contain;
  text-align: start;
}

.contact_us_info {
  margin: 30px 0;
}

.contact_us_info_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.contact_us_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.contact_us_form > *:not(textarea, .contact_form_submit_btn) {
  width: 300px;
  height: 25px;
}

.contact_us_form > textarea {
  resize: vertical;
  width: 300px;
}

.contact_form_submit_btn {
  width: 300px;
  height: 40px;
}

/* Footer */
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 200px;
  gap: 30px;
}

/* Map */
.footer_left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  width: 50%;
}

.map {
  width: 350px;
  height: 350px;
}

.map_popup_logo {
  width: 50px;
  height: 45px;
}

.map_popup_text {
  color: #6e6e6e;
}

/* Schedule Meeting */
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  width: 50%;
}

.schedule_container {
  width: 450px;
  display: flex;
  /* background: white; */
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.meeting_background_image {
  width: 100%;
}

.meeting_btn {
  width: 380px;
  text-align: center;
  color: white;
  border-radius: 5px;
}

/* Copyright */
.copyright {
  text-align: center;
  margin-bottom: 30px;
}

/* Scroll Top Button */
.scroll_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  transition: 0.2s all ease-in;
  overflow: hidden;
  border-radius: 10px;
  height: 40px;
  box-shadow: 0 0 4px 1px #6e6e6e;
  z-index: 6;
}

.scroll_top_icon {
  width: 40px;
  height: 40px;
}

/* Responsive */
@media (max-width: 1280px) {
  .header_download_link_tag {
    width: 200px;
  }

  .left_header_contact {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {

  .header_download_link_tag {
    width: 220px;
  }

  .header_contact {
    gap: 10px;
  }

  .header_email {
    font-size: 0.85rem;
  }

  .whatsapp_link,
  .header_email_button_link {
    width: 200px;
    height: 65px;
  }

  /* Whatsapp Image */
  .header_whatsapp_link_image,
  .header_email_btn_image {
    width: 170px;
    height: 60px;
  }

  .solution_desc {
    font-size: 18px;
    width: 60%;
  }

  /* Solution Carousel */
  .carousel_slider,
  .carousel_slider_images {
    height: 323.84px;
  }

  .carousel_images.active {
    width: 519.38px;
    height: 227.2px;
    margin-top: -113.6px;
    /* Half the height */
    margin-left: -259.69px;
    /* Half the width */
  }

  .inactive,
  .upcoming {
    width: 416.8px;
    height: 176px;
    margin-top: -88px;
    /* Half the height */
  }

  .inactive {
    left: calc(50% - 339.69px);
  }

  .upcoming {
    left: calc(50% - 77.11px);
  }

  .far_inactive,
  .far_upcoming {
    width: 314.88px;
    height: 124.8px;
    margin-top: -62.4px;
    /* Half the height */
  }

  .far_inactive {
    left: calc(50% - 379.69px);
  }

  .far_upcoming {
    left: calc(50% + 65.11px);
  }

  .carousel_images.hidden {
    width: 314.88px;
    height: 124.8px;
  }

  /* News */
  .news_section {
    padding: 70px 150px;
  }

  /* Gallery */
  .gallery_section {
    padding: 70px 150px 20px 150px;
  }

  /* Video Section */
  .videos_section {
    padding: 70px 150px;
    padding-bottom: 0;
  }

  .user_agreement_form {
    padding: 50px 150px;
  }

  /* FAQ */
  .faq {
    padding: 70px 150px;
    padding-bottom: 0;
  }

  /* About Us */
  .about_us {
    padding: 70px 150px;
  }

  .about_sub_image {
    width: 300px;
  }

  /* Conatct Us and Footer*/
  .contact_us_left {
    padding-left: 0;
  }

  .contact_us,
  .footer {
    padding: 70px 150px;
  }

  .footer {
    gap: 150px;
  }

  .footer_left,
  .footer_right {
    width: 50%;
  }

  .map {
    width: 300px;
    height: 250px;
  }

  .schedule_container {
    width: 350px;
  }

  .meeting_btn {
    width: 290px;
  }
}

/* iPad */
@media (max-width: 1024px) {
  .arv_main_logo {
    text-align: center;
  }

  .main_logo {
    width: 350px;
    height: auto;
  }

  .header {
    flex-wrap: wrap;
    flex-direction: row;
    height: max-content;
    padding: 20px 0 0 0;
  }

  .header_menu {
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    height: 0;
    overflow: hidden;
    transition: all 0.2s linear;
    width: 100%;
    justify-content: center;
  }

  .header_menu.expanded {
    margin-bottom: 20px;
    height: 250px;
    transition: all 0.2s ease-in-out;
  }

  .header_menu_btn {
    display: flex;
  }

  .logo {
    width: 100%;
    height: 250px;
  }

  .download_buttons,
  .logins {
    width: calc(100vw * 0.25);
  }

  .logins {
    height: 230px;
  }

  .header_contact {
    margin: 0;
  }

  .header_contact > div {
    padding: 0;
    height: 100%;
  }

  .header_contact_info {
    font-size: 1.1em;
  }

  .content > div {
    padding: 70px 100px;
  }

  /* Intro Section */
  .intro_section,
  .intro_section_content {
    padding: 0;
  }

  .intro_main_title,
  .intro_sub_title > span {
    font-size: 80px;
  }

  .intro_sub_title {
    font-size: 30px;
  }

  .intro_text {
    font-size: 18px;
    width: 440px;
  }

  /* Gallery */
  .gallery_section {
    padding-bottom: 30px !important;
    padding: 70px 100px;
  }

  .gallery_container {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Video */
  .videos_section {
    padding-bottom: 0 !important;
  }

  .faq {
    padding: 0 100px !important;
  }

  /* Contact Us */
  .contact_us {
    padding: 70px 100px !important;
  }

  /* Contact Us */
  .contact_us_left {
    padding-left: 0;
  }

  .contact_us_logo {
    text-align: start;
  }
}

@media (max-width: 850px) {
  /* Header */
  .header {
    padding: 20px 0 0 0;
  }

  .header_menu.expanded {
    height: 370px !important;
  }

  .header_menu > div {
    width: 100% !important;
    flex-direction: row;
    padding: 0 30px;
    height: auto;
  }

  .header_download_link_tag {
    width: 200px;
  }

  /* .login {
    width: 200px;
  } */

  .login_container {
    width: 150px;
  }

  .login_icons {
    width: 32px;
    height: 32px;
  }

  .login_text {
    font-size: 0.7em;
  }

  .header_contact {
    margin: 0;
    justify-content: center;
    gap: 100px;
  }

  .left_header_contact,
  .right_header_contact {
    width: auto;
    justify-content: center;
    gap: 10px;
  }

  /* Navbar */
  .navigation_bar {
    height: max-content;
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation_items {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    height: 0;
    overflow: hidden;
    transition: 0.2s height ease-in-out;
    margin-left: 10px;
  }

  .navigation_bar.expanded .navigation_items {
    height: 420px;
  }

  .navigation_items > a {
    display: inline-block;
  }

  .darkmode_toggle {
    padding-left: 20px;
    margin-top: 10px;
    display: none;
  }

  .navigation_bar.expanded .darkmode_toggle {
    display: block;
  }

  .burger_btn {
    display: flex;
    margin: 10px 0;
    align-self: center;
  }

  /* Intro Section */
  .intro_section {
    padding: 0 !important;
  }

  .intro_main_title {
    font-size: 70px;
  }

  .intro_sub_title {
    font-size: 25px;
  }

  .intro_sub_title > span {
    font-size: 70px;
  }

  .intro_text {
    width: 365px;
  }

  /* Solution */
  .solution_desc {
    font-size: 16px;
  }

  /* Solution Carousel */
  .carousel_images.active {
    width: 415.5px;
    height: 181.76px;
    margin-top: -90.88px;
    /* Half the height */
    margin-left: -207.75px;
    /* Half the width */
  }

  .inactive,
  .upcoming {
    width: 333.44px;
    height: 140.8px;
    margin-top: -70.4px;
    /* Half the height */
  }

  .inactive {
    left: calc(50% - 271.75px);
  }

  .upcoming {
    left: calc(50% - 61.69px);
  }

  .far_inactive,
  .far_upcoming {
    width: 251.9px;
    height: 99.84px;
    margin-top: -49.92px;
    /* Half the height */
  }

  .far_inactive {
    left: calc(50% - 303.75px);
  }

  .far_upcoming {
    left: calc(50% + 52.09px);
  }

  .carousel_images.hidden {
    width: 314.88px;
    height: 124.8px;
  }

  /* Gallery */
  .gallery_container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  /* Video Section */

  #video_container {
    row-gap: 50px;
  }
  
  .video_item_container  > iframe {
    height: 200px;
    border-radius: 10px;
  }

  .video_title_link {
    font-size: 1em;
  }

  /* FAQ */
  .faq {
    padding: 0;
  }

  .faq_card {
    width: 550px;
  }

  /* Conatct Us and Footer*/
  .contact_us,
  .footer {
    padding: 70px 100px;
  }

  .contact_us_left {
    padding: 0;
  }

  .footer_left,
  .footer_right {
    width: 50%;
  }

  .map {
    width: 300px;
    height: 250px;
  }

  .schedule_container {
    width: 350px;
  }

  .meeting_btn {
    width: 290px;
  }

  .footer {
    gap: 50px;
  }

  /* Scroll Top */
  .scroll_top {
    bottom: 50px;
    right: 30px;
    height: 30px;
  }

  .scroll_top_icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .content > div {
    padding: 70px 50px;
  }

  h2 {
    font-size: 2em;
  }

  .intro_section {
    gap: 20px;
  }

  .intro_main_title {
    font-size: 50px;
  }

  .intro_sub_title {
    font-size: 20px;
  }

  .intro_sub_title > span {
    font-size: 50px;
  }

  .intro_text {
    width: 290px;
  }

  /* Solution */
  .solution_desc {
    width: 80%;
  }

  /* News */
  .news_section {
    text-align: center;
  }

  .news_sub_text {
    text-align: start;
  }

  .blog_post {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 40px 40px 1fr 30px;
    grid-template-areas:
      "blog-line"
      "post-image"
      "post-title"
      "blog-posted-date"
      "post-content";
    align-items: start;
    justify-items: start;
  }

  .blog_post:nth-of-type(even) {
    grid-template-areas:
      "blog-line"
      "post-image"
      "post-title"
      "blog-posted-date"
      "post-content";
  }

  .blog_image {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
    aspect-ratio: 16/9;
    justify-self: center !important;
  }

  .see_more_button.link.blog_posts_more {
    text-align: center;
  }

  /* Download Section */
  .download_section_button_images {
    width: 150px;
  }

  /* FAQ */
  .faq_main_section {
    width: 100%;
  }

  .faq {
    padding: 70px 50px !important;
  }

  /* About Us */
  .about_us {
    padding: 70px 80px;
  }

  .about_sub_section {
    flex-direction: column;
  }

  .about_us_sub_desc {
    width: 100%;
  }

  .about_sub_image {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    margin: 20px auto 0;
  }

  /* Contact Us */
  .contact_us {
    flex-wrap: wrap;
  }

  .contact_us_left,
  .contact_us_right {
    width: 100%;
    text-align: left;
  }

  .contact_us_left {
    flex-direction: row;
  }

  .contact_us_logo {
    text-align: center;
  }

  .contact_us_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact_us_info {
    flex-direction: row;
  }

  .contact_us_info_item {
    width: 50%;
    justify-content: last baseline;
  }

  .contact_us_form {
    width: 100%;
  }

  .contact_us_form > *:not(label, br) {
    width: 100% !important;
  }

  .contact_us_form > input {
    height: 30px !important;
  }

  .contact_us_form > button {
    height: 50px;
  }
}

@media (max-width: 600px) {
  /* Header */
  .contact_us_logo_img {
    width: 300px !important;
    height: 190px !important;
  }

  .header_menu.header_menu.expanded {
    height: 340px;
  }

  .header_download_button {
    width: 110px;
    height: 40px;
  }

  .header_download_link_tag {
    width: 150px;
    height: 45px;
    border-radius: 10px;
  }

  .logins {
    justify-content: center;
    gap: 20px;
  }

  .login {
    width: 150px;
  }

  .login_container {
    width: max-content;
    gap: 5px;
  }

  .login_icons {
    width: 30px;
    height: 30px;
  }

  .login_text {
    font-size: 0.6em;
    margin-top: 4px;
  }

  .header_contact {
    gap: 0 !important;
    justify-content: space-around;
  }

  .left_header_contact,
  .right_header_contact {
    width: 50%;
    justify-content: center;
    padding: 0 20px !important;
  }

  .header_contact_info > a {
    display: block;
  }

  /* Content */
  .content > div {
    padding: 70px 30px;
  }

  /* Intro Section */
  .intro_section_content {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .intro_main_title {
    font-size: 50px;
  }

  .intro_sub_title {
    font-size: 20px;
    justify-self: center;
    align-self: center;
  }

  .intro_sub_title > span {
    font-size: 50px;
  }

  .intro_text {
    margin-top: 20px;
    width: 70%;
    align-self: center;
  }

  /* Solution Carousel */
  .solution_section {
    padding: 10px 30px !important;
  }

  .carousel_slider_images,
  .carousel_slider {
    height: 200px;
  }

  .carousel_images.active {
    width: 311.625px;
    height: 136.32px;
    margin-top: -68.16px;
    /* Half the height */
    margin-left: -155.8125px;
    /* Half the width */
    border-radius: 10px;
  }

  .carousel_images.active:hover {
    transform: scale(1.3);
  }

  .inactive,
  .upcoming {
    width: 250.08px;
    height: 105.6px;
    margin-top: -52.8px;
    /* Half the height */
    border-radius: 10px;
  }

  .inactive {
    left: calc(50% - 170.8125px);
  }

  .upcoming {
    left: calc(50% - 79.2675px);
  }

  .far_inactive,
  .far_upcoming {
    width: 188.925px;
    height: 74.88px;
    margin-top: -37.44px;
    /* Half the height */
    border-radius: 8px;
  }

  .far_inactive {
    left: calc(50% - 180.8125px);
  }

  .far_upcoming {
    left: calc(50% - 8.1125px);
  }

  .carousel_images.hidden {
    width: 188.925px;
    height: 74.88px;
    margin-top: -37.44px;
    margin-left: -94.5px;
  }

  .image_active_indicators {
    gap: 5px;
  }

  .image_indicators {
    width: 5px;
    height: 5px;
  }

  .arrows {
    width: 20px;
    height: 20px;
  }

  .solution_desc {
    margin: 0;
    width: 100%;
    text-align: justify;
  }

  /* Gallery */
  .gallery_section {
    padding: 70px 30px;
  }

  /* Video */
  #video_container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto, 1fr);
  }

  .video_description_overlay_content {
    max-width: 350px;
  }
  
  .video_item_container  > iframe {
    border-radius: 10px;
  }

  .video_title_link {
    font-size: 1em;
  }

  /* Download Section */
  .faq {
    padding: 0 30px !important;
  }

  .download_section_button_images {
    width: 130px;
  }

  /* Contact Us */
  .contact_us {
    padding: 70px 30px !important;
  }

  .footer {
    flex-wrap: wrap;
    padding: 70px 30px !important;
  }

  .footer_left,
  .footer_right {
    width: 100%;
  }

  .footer_left {
    order: 2;
  }

  .footer_right {
    order: 1;
  }

  .footer_left > iframe {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .header > div {
    padding: 0 10px;
  }

  .header_menu.expanded {
    margin: 0;
    gap: 10px;
  }

  .header_menu > div {
    padding: 0;
  }

  .main_logo,
  .header_menu_btn {
    padding: 0;
  }

  .header_download_link_tag {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_download_button {
    width: 100px;
    height: 30px;
  }

  .header_contact {
    padding: 0;
  }

  .left_header_contact,
  .right_header_contact {
    padding: 0 0 0 15px !important;
    display: flex;
    justify-content: center;
  }

  .phone_contact_header {
    align-self: flex-start;
    font-size: 14px;
  }

  .phone_contact_header a,
  .header_contact_info_email a {
    font-size: 12px;
  }

  .whatsapp_link,
  .header_email_button_link {
    width: 170px;
    height: 70px;
  }

  /* Whatsapp Image */
  .header_whatsapp_link_image,
  .header_email_btn_image {
    max-width: 160px;
    height: 50px;
  }

  .header_menu_btn.expanded {
    margin-top: 20px;
  }

  .header_email {
    height: 34.4px;
  }

  .logins {
    flex-wrap: wrap;
  }

  /* Intro */
  .intro_main_title {
    text-wrap: wrap;
    text-align: center;
  }

  .intro_text {
    text-align: center;
  }

  /* Gallery */

  .gallery_container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  .gallery_image {
    width: 100%;
    aspect-ratio: 16/9;
    transition: all 0.2s ease-out;
  }

  /* Download */
  .download_section_buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .download_section_button_images {
    width: 150px;
  }

  /* FAQ */
  .faq_item p {
    font-size: 12px;
  }

  .faq_icon {
    width: 10px;
    height: 10px;
  }

  /* Contact Us */
  .contact_us_info {
    flex-direction: column;
    padding: 0 40px;
  }

  .contact_us_info_item {
    width: 100%;
  }

  .scroll_top {
    right: 10px;
  }
}
